projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d391fe0
)
(main): Make when a time_t.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 31 May 1993 01:39:40 +0000
(
01:39
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 31 May 1993 01:39:40 +0000
(
01:39
+0000)
lib-src/wakeup.c
patch
|
blob
|
history
diff --git
a/lib-src/wakeup.c
b/lib-src/wakeup.c
index eb3dd72c95c48b5196fc8f41a69220391967a27d..7641843e406969573f9eb86cbea0e129dae6cfb0 100644
(file)
--- a/
lib-src/wakeup.c
+++ b/
lib-src/wakeup.c
@@
-10,7
+10,7
@@
main (argc, argv)
char **argv;
{
int period = 60;
-
long
when;
+
time_t
when;
struct tm *tp;
if (argc > 1)